SftTabs/NET 6.0

RestoreButtonWanted Property, ButtonsClass Class

Softel vdm, Inc.

Defines whether a Restore button is available.

Syntax      ButtonsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property RestoreButtonWanted As Boolean

C#   

public bool RestoreButtonWanted { get; set; }

C++   

public: property bool RestoreButtonWanted {
        bool get();
        void set(bool value);
}

Property Value

True if the Restore button is displayed, otherwise False.

The default value is False.

Comments

The RestoreButtonWanted property defines whether a Restore button is available.

A tab control with a single row of tabs (Rows property) offers an optional Restore button. The Restore button does not require the presence of scroll buttons.

The Alignment property defines the Close, Minimize and Restore button alignment.

The RestoreButtonEnabled defines whether the Restore button is enabled.

The FullSize property defines whether the Close, Minimize and Restore button are as large as a tab.

The ToolTipRestore property can be used to define the Restore button tooltip.

Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com